const encoding/json.scanError

12 uses

	encoding/json (current package)
		indent.go#L74: 			if v == scanError {
		indent.go#L83: 	if scan.eof() == scanError {
		indent.go#L140: 		if v == scanError {
		indent.go#L180: 	if scan.eof() == scanError {
		scanner.go#L37: 		if scan.step(scan, c) == scanError {
		scanner.go#L41: 	if scan.eof() == scanError {
		scanner.go#L133: 	scanError // hit an error, scanner.err.
		scanner.go#L163: 		return scanError
		scanner.go#L175: 	return scanError
		scanner.go#L589: 	return scanError
		scanner.go#L596: 	return scanError
		stream.go#L120: 			case scanError: